2.27.3 [5] <2.10> List the benefits and drawbacks of a particular MIPS addressing
mode. Write MIPS code that shows these benefits and drawbacks.
In the following problems, you will be using the MIPS assembly code as listed below
to explore the trade-offs of the immediate field in the MIPS I-type instructions.
a. 0x00400000 beq $s0, $0, FAR
...
0x00403100 FAR: addi $s0, $s0, 1
b. 0x00000100 j AWAY
...
0x04000010 AWAY: addi $s0, $s0, 1
 
 
View Solution
 
 
 
<< Back Next >>